home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / MENU_UTL / PULL70B / PULLDEFS.INC < prev    next >
Text File  |  1993-09-24  |  1KB  |  26 lines

  1. { ========================================================================== }
  2. { PullDefs.inc - Compiler definition file for PullDemo.   var 7.0b, 09-24-93 }
  3. {                                                                            }
  4. {   Copyright (c) 1988,1993 James H. LeMay, All rights reserved.             }
  5. { ========================================================================== }
  6.  
  7. { $A+,B-,D+,E-,F-,G-,I-,L+,N-,O-,P-,Q-,R-,S-,T-,V-,X+}
  8. {$A+,B-,D-,E-,F-,G-,I-,L-,N-,O-,P-,Q-,R-,S-,T-,V-,X+,Y-}
  9.  
  10. {$define UseSubMenuCode }
  11. {$define UseHelpWndwCode }
  12. {$define UseDataEntryCode }
  13. {$define UseMsgLineCode }
  14. { $define MultiWorkWndws }
  15.  
  16. { The following two defines affect the use of the QWIK, WNDW, and GOOF units.}
  17. { If undefined, these directives saves data space and some code. }
  18. { If you are using only video page 0, put a space before the following "$": }
  19. {$Define MultiPage }
  20.  
  21. { If you are NOT using virtual windows, remove the following "$": }
  22. {$Define AddVirtual }
  23.  
  24. { $define UseStrg }  { define this conditional if you are using the Strg
  25.                       Unit in SpeedPack II }
  26.